home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 4
/
Mac Giga-ROM 4.0 - 1993.toast
/
FILES
/
COM
/
Q-Z
/
Terminal 2.2.sit
/
Terminal 2.2
/
Terminal Folder
/
Hangup +++.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-12-31
|
206 b
|
15 lines
|
[
TEXT/PEDT
]
/*
Terminal 2.0
Script to hangup using software command
"Hangup +++.s"
*/
main()
{
type("+++"); /* Go into command mode */
pause(120); /* Wait 2 seconds */
type("ATH0\r"); /* Hang up */
beep();
}